object:focus { outline:none; }

/* HTML Countdown
 */

.htmlCountdownBg
{
  position: relative;
  width: 250px;
  height: 220px;
  color: #fff;
  font-family: Arial, sans-serif;
  cursor: pointer;
}

.htmlCountdownBg div
{
  position: absolute;
}

.htmlCountdownBg.black
{
  background-image: url(http://images.client.dow.com/EloquaImages/clients/TheDowChemicalCompany/%7bc874d129-4a2d-4663-8ecb-4c6689e304c2%7d_250_bg_black.jpg);
}

.htmlCountdownBg.black-countdown
{
  background-image: url(http://images.client.dow.com/EloquaImages/clients/TheDowChemicalCompany/%7b1d0cce74-beb9-45e2-b30e-ac7c886a791d%7d_250_bg_countdown_black.jpg);
}

.htmlCountdownBg.white
{
  background-image: url(http://images.client.dow.com/EloquaImages/clients/TheDowChemicalCompany/%7b6c1251c0-faea-4f28-9074-a51bbb658bea%7d_250_bg_white.jpg);
  color: #5f5f5f;
}

.htmlCountdownBg.white-countdown
{
  background-image: url(http://images.client.dow.com/EloquaImages/clients/TheDowChemicalCompany/%7b9ef54927-3e68-4a9c-b67d-72899f1f1b11%7d_250_bg_countdown_white.jpg);
}

.htmlCountdownBg .cd-countdown, .htmlCountdownBg .cd-realtime
{
  display:none;
  width: 100%;
}

.htmlCountdownBg.black .cd-logo 
{
  width: 100%;
  height: 100%;
  background-image: url(http://images.client.dow.com/EloquaImages/clients/TheDowChemicalCompany/%7bf2d781f2-dc29-4908-b8a8-0097c06c557e%7d_250_logo_black.gif);
  background-repeat: no-repeat;
}

.htmlCountdownBg.white .cd-logo 
{
  width: 100%;
  height: 100%;
  background-image: url(http://images.client.dow.com/EloquaImages/clients/TheDowChemicalCompany/%7bcff80bef-666b-43f0-abe5-c5c6ab8ee57c%7d_250_logo_white.gif);
  background-repeat: no-repeat;
}

.htmlCountdownBg.black .cd-glass-countdown
{
  width: 100%;
  height: 50px;
  background-image: url(http://images.client.dow.com/EloquaImages/clients/TheDowChemicalCompany/%7b109658b1-459a-4e09-91a9-16fd80ee0d0f%7d_250_glass_countdown_black.png);
  background-repeat: no-repeat;
  top: 100px;
  z-index: 10;
}

.htmlCountdownBg.black .cd-glass-real
{
  width: 100%;
  height: 50px;
  background-image: url(http://images.client.dow.com/EloquaImages/clients/TheDowChemicalCompany/%7b348eadc8-bfea-4299-90d8-ebba52fd08d0%7d_250_glass_black.png);
  background-repeat: no-repeat;
  top: 100px;
  z-index: 10;
}

.htmlCountdownBg.white .cd-glass-countdown, .htmlCountdownBg.white .cd-glass-real
{
  width: 100%;
  height: 50px;
  background-image: url(http://images.client.dow.com/EloquaImages/clients/TheDowChemicalCompany/%7b0fb9f646-2a52-414d-b513-58117b9479e7%7d_250_glass_white.png);
  background-repeat: no-repeat;
  top: 98px;
  z-index: 10;
}

/*countdown*/

.htmlCountdownBg .cd-labels 
{
  font-size: 15px;
  text-shadow: 0px 2px 3px rgba(0, 0, 0, .4);
  top: 102px;
  left: 0px;
  width: 100%;
}

.htmlCountdownBg.black .cd-labels 
{
  color:#c5c5c5;
}

.htmlCountdownBg.white .cd-labels 
{
  color:#7e7e7e;
}

.htmlCountdownBg .cd-values 
{
  font-size: 26px;
  text-shadow: 0px 3px 3px rgba(0, 0, 0, .4);
  top: 118px;
  left: 0px;
  width: 100%;
}

.htmlCountdownBg .dLabel { left: 38px; }
.htmlCountdownBg .hLabel { left:98px; }
.htmlCountdownBg .mLabel { left:145px; }
.htmlCountdownBg .sLabel { left:199px; }

.htmlCountdownBg .dValue { right:176px; }
.htmlCountdownBg .hValue { right:125px; }
.htmlCountdownBg .mValue { right: 70px; }
.htmlCountdownBg .sValue { right: 15px; }

.htmlCountdownBg .cd-copy {
  font-size: 14px;
  width: 100%;
  text-align: center;
  line-height: 1.2em;
  left: 0px;
  top: 160px;
  color: #999999;
}

.htmlCountdownBg.white .cd-copy {
  color: #777777;
}
.htmlCountdownBg .cd-copy sup {
  font-size: 9px;
  vertical-align: baseline;
  position: relative;
  top: -0.3em;
  left:-0.2em;
}
.htmlCountdownBg .cd-real-copy  sup
{
  font-size: 10px;
  vertical-align: baseline;
  position: relative;
  top: -0.5em;
  left:-0.0em;
}
/*real*/

.htmlCountdownBg .cd-real-values 
{
  font-size: 44px;
  text-shadow: 0px 3px 3px rgba(0, 0, 0, .4);
  top: 98px;
  left: 0px;
  width: 100%;
}

.htmlCountdownBg .realhValue { right:185px; }
.htmlCountdownBg .separatorOne { right:163px; }
.htmlCountdownBg .realmValue { right:101px; }
.htmlCountdownBg .separatorTwo { right:80px; }
.htmlCountdownBg .realsValue { right:18px; }

.htmlCountdownBg .cd-real-copy {
  font-size: 18px;
  width: 100%;
  text-align: center;
  line-height: 1.3em;
  left: 0px;
  top: 161px;
  color: #999999;
}

.htmlCountdownBg.white .cd-real-copy {
  color: #777777;
}

/* ie6 png alpha lack */
* html .cd-glass-countdown, * html .cd-glass-real {
  visibility: hidden;
  display: none;
}


